home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / inspec.arc / INSPEC.TXT < prev   
Text File  |  1988-04-04  |  3KB  |  65 lines

  1. INSPEC is a program to look into sectors of floppy or hard disks,
  2. and into files, especially if they contain numbers instead of 
  3. ASCII text. It can also be used to show FAT 1 and 2 of any standard
  4. device. INSPEC accesses all data via GEMDOS or BIOS calls.
  5. It is NOT a disk monitor, it allows only listing (also on a protocol
  6. file), but no changing of the data in a file or at an absolute position
  7. of a disk.
  8.  
  9. INSPEC is key-driven. The meaningful keys are always displayed, and a
  10. short explanation is given, when the ? key is pressed. 
  11. The I key ("interpret") allows interpreting directory sectors, floppy
  12. & harddisk boot sectors, and changing display format (integers, MS-DOS-
  13. integers...) in a separate menu. The Q key ("quit") returns to
  14. the main menu and from there to the shell (desktop).
  15.  
  16. Useage:
  17. 1) activate the program INSPEC.TOS (from desktop or other shell)
  18. 2) when prompted, give a protocol file name (may be PRT: for
  19.    immediate printing), or press RETURN to get output on display
  20.    screen
  21. 3) when prompted for a file name, enter the name of the file to be 
  22.    inspected. If you don't want to see a file, but rather some
  23.    sectors of a device, simply press RETURN without entering a name. 
  24.    You will the be prompted for a device letter (small or capital,
  25.    a = 0 = floppy A:, c = 2 = RAMdisk or harddisk C: etc.)
  26.  
  27. Press any valid keys, e.g. N to see the next part or sector, or S to
  28. select the starting point for display. Change to other file (F) /
  29. drive (A) / FAT listing (T) / directory listing (D). The S key selects
  30. the sector number in A (drive) mode, the byte offset in F (file)
  31. mode, and the first allocation unit in T (FAT) mode.
  32.  
  33. The display format is chosen to fit one sector on one screen.
  34. The characters in dump format (hex plus some characters shown,
  35. others represented by a period) are chosen to be printable on most  
  36. available printers; if you want to see all characters, use character
  37. format (I C).
  38.  
  39. Within directory listings (D) or directory sector interpretation (I D),
  40. the flags mean
  41. S = system file
  42. H = hidden file
  43. D = subdirectory
  44. V = volume label
  45. C = written & closed flag (not properly used by GEMDOS)
  46. R = read-only file
  47. also file size and creation date (European format) are given.
  48. In a directory sector, in addition the first AU number and the
  49. (unused) flag array is listed.
  50.  
  51. FAT listings (T) of both 12 and 16 bit FATs are possible. An FAT 
  52. entry is a pointer to the next AU of a file. -1 means EOF, 0 is an 
  53. empty AU. Other negative numbers signal bad sectors.
  54. N.B. AU 0 and 1 are reserved, the first data sector is in AU 2.
  55.  
  56. Finally, you may copy the program and use it, but I take no liability
  57. for any result, and you must not make profit from it without my
  58. written consent.
  59.  
  60. Any comments to WALDI at DHDIHEP1.BITNET or F15WAL at DHHDESY3.BITNET.
  61. (N.B. a message file may be deleted before I see it. If you get no
  62. response, try again after some time)
  63.  
  64. Enjoy. Roland Waldi
  65.